runtime.checkmarksMap.b (field)

4 uses

	runtime (current package)
		mcheckmark.go#L28: 	b [heapArenaBytes / goarch.PtrSize / 8]uint8
		mcheckmark.go#L55: 			clear(bitmap.b[:])
		mcheckmark.go#L91: 	arenaWord := (obj / heapArenaBytes / 8) % uintptr(len(arena.checkmarks.b))
		mcheckmark.go#L93: 	bytep := &arena.checkmarks.b[arenaWord]